Autogenerated HTML docs for v1.6.0.4-724-ga0d3a 
diff --git a/git-pull.html b/git-pull.html index 556ebdb..b53bc0d 100644 --- a/git-pull.html +++ b/git-pull.html 
@@ -906,14 +906,20 @@  <div class="content">   <pre><tt> &lt;url&gt;#&lt;head&gt;</tt></pre>   </div></div>  -<div class="para"><p><tt>&lt;url&gt;</tt> is required; <tt>#&lt;head&gt;</tt> is optional.  -When you do not provide a refspec on the command line,  -git will use the following refspec, where <tt>&lt;head&gt;</tt> defaults to <tt>master</tt>,  -and <tt>&lt;repository&gt;</tt> is the name of this file  -you provided in the command line.</p></div>  +<div class="para"><p><tt>&lt;url&gt;</tt> is required; <tt>#&lt;head&gt;</tt> is optional.</p></div>  +<div class="para"><p>Depending on the operation, git will use one of the following  +refspecs, if you don't provide one on the command line.  +<tt>&lt;branch&gt;</tt> is the name of this file in <tt>$GIT_DIR/branches</tt> and  +<tt>&lt;head&gt;</tt> defaults to <tt>master</tt>.</p></div>  +<div class="para"><p>git fetch uses:</p></div>   <div class="listingblock">   <div class="content">  -<pre><tt> refs/heads/&lt;head&gt;:&lt;repository&gt;</tt></pre>  +<pre><tt> refs/heads/&lt;head&gt;:refs/heads/&lt;branch&gt;</tt></pre>  +</div></div>  +<div class="para"><p>git push uses:</p></div>  +<div class="listingblock">  +<div class="content">  +<pre><tt> HEAD:refs/heads/&lt;head&gt;</tt></pre>   </div></div>   </div>   <h2 id="_merge_strategies">MERGE STRATEGIES</h2>  @@ -1149,7 +1155,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2008-10-31 11:28:44 UTC  +Last updated 2008-11-14 08:26:10 UTC   </div>   </div>   </body>